The Fundamental Rules
The Constant Rule $\frac{d}{dx}(c) = 0$ and the Identity Rule $\frac{d}{dx}(x) = 1$ derive from the geometric reality that a horizontal line has a slope of zero and a 45-degree line has a constant slope of one. From here, we expand to the General Power Rule.
If $n$ is any real number and $f(x) = x^n$, then $f'(x) = nx^{n-1}$.
The General Power Rule $\frac{d}{dx}(x^n) = nx^{n-1}$ is verified for integers using the expansion $x^n - a^n = (x - a)(x^{n-1} + x^{n-2}a + \dots + a^{n-1})$ or the Binomial Theorem for the limit:
$$f'(x) = \lim_{h \to 0} \frac{(x+h)^n - x^n}{h}$$
Linearity of the Derivative
Differentiation is a linear operation. This means that the derivative respects both addition and scalar multiplication:
- Sum Rule: $(f + g)' = f' + g'$
- Difference Rule: $(f - g)' = f' - g'$
- Constant Multiple Rule: $(cf)' = cf'$
Example: The Roller Coaster Project
Engineers must ensure smooth transitions between sections. If a section of the track is modeled by a parabolic arc $f(x) = x^2$, the Power Rule tells us the slope at any point is $2x$. To connect this to a straight line $L_1$ at transition point $P$, the derivative of the parabola must equal the slope of $L_1$ to avoid a "jerk" or discontinuity in the ride’s path.